home *** CD-ROM | disk | FTP | other *** search
INI File | 1998-07-21 | 4.0 KB | 151 lines |
- [Strings]
- DefaultXMLPadDir = "XML Notepad"
- ; GUID = "{C224EFA0-EF6C-11d1-A893-00C04FAC5C2F}"
- ; Version = "1,0,0,0"
- ; GUIDName = "Microsoft XML Notepad"
- AppName = "Microsoft XML Notepad 1.0"
- FolderName = "Microsoft XML Notepad"
- ReadmeName = "Microsoft XML Notepad Read Me"
- Disk1Name = "Disk 1"
- BeginPromptUninstallStr = "Are you sure that you want to remove Microsoft XML Notepad 1.0?"
- EndPromptUninstallStr =" Microsoft XML Notepad 1.0 was successfully removed."
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.0
-
- [DefaultInstall]
- CopyFiles=XMLPadInstall,MSINFSection
- AddReg=MSInstallReg
- UpdateInis=AddLink
- CustomDestination=CustomDestinationSection
-
- [DefaultInstall.NT]
- CopyFiles=XMLPadInstall,MSINFSection
- AddReg=MSInstallReg
- UpdateInis=AddLinkNT
- CustomDestination=CustomDestinationSection
-
- [Uninstall]
- BeginPrompt=BeginPromptUninstall
- EndPrompt=EndPromptUninstall
- CustomDestination=UninstallDestinationSection
- DelFiles=XMLPadUninstall,MSINFSection
- Deldirs=RemoveFolder
- DelReg=UnInstallRegKey
- UpdateInis=RemoveLink
- SmartReboot=I
- Cleanup=1
-
- [CustomDestinationSection]
- 49000=DestBase,5
- 49001=DestXMLPad,5
-
- [UninstallDestinationSection]
- 49000=DestBase,5
- 49002=DestUninstall,5
-
- [DestBase]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,ProgramFilesDir,,"%24%\Program Files"
-
- [DestXMLPad]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,,,"%49000%\%DefaultXMLPadDir%"
-
- [DestUninstall]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion,,,"%49000%\%DefaultXMLPadDir%"
-
- [SourceDisksNames]
- 1="%AppName%",%Disk1Name%,1
-
- [SourceDisksFiles]
- XMLPad.exe=1
- XMLPad.chm=1
- Readme.txt=1
- Appntmts.xml=1
- Bookshop.xml=1
- Bookshop.dtd=1
- Garment.xml=1
- Rptcard.xml=1
- Rptcard.dtd=1
- XMLPad.inf=1
-
- [XMLPadInstall]
- XMLPad.exe,,,3
- XMLPad.chm,,,1
- Readme.txt,,,1
- Appntmts.xml,,,1
- Bookshop.xml,,,1
- Bookshop.dtd,,,1
- Garment.xml,,,1
- Rptcard.xml,,,1
- Rptcard.dtd,,,1
-
- [XMLPadUninstall]
- XMLPad.exe
- XMLPad.chm
- Readme.txt
- Appntmts.xml
- Bookshop.xml
- Bookshop.dtd
- Garment.xml
- Rptcard.xml
- Rptcard.dtd
-
- [MSINFSection]
- XMLPad.inf
-
- [DestinationDirs]
- XMLPadInstall=49001
- MSINFSection=17
- XMLPadUninstall=49002
-
- [RemoveFolder]
- %49002%
-
- [BeginPromptUninstall]
- Prompt="%BeginPromptUninstallStr%"
- ButtonType=YESNO
- Title=%AppName%
-
- [EndPromptUninstall]
- Prompt="%EndPromptUninstallStr%"
-
- [AddLinkNT]
- setup.ini, progman.groups,, ""group0="%FolderName%"""
- setup.ini, group0,, """%FolderName%"",""""""%49001%\XMLPad.exe""""""
- setup.ini, group0,, """%ReadmeName%"",""""""%49001%\Readme.txt""""""
-
- [AddLink]
- setup.ini, progman.groups,, "group0="%FolderName%""
- setup.ini, group0,, ""%FolderName%""
- setup.ini, group0,, """%FolderName%"",""%49001%\XMLPad.exe"",,0,"
- setup.ini, group0,, """%ReadmeName%"",""%49001%\Readme.txt"",,0,"
-
- [RemoveLink]
- setup.ini, progman.groups,, ""group0="" ;creates "null" folder
- setup.ini, group0,, """%FolderName%""" ;deletes previous link
- setup.ini, group0,, """%ReadmeName%""" ;deletes previous link
-
- [UnInstallRegKey]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XML Notepad
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\XMLPad.exe
- HKCR,xmlfile\Shell\Edit
-
- ; save for automation
- ; HKCR,CLSID\%GUID%
-
- ;These keys will be added at install time
- [MSInstallReg]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XML Notepad,"UninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\XMLPad.inf,Uninstall"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XML Notepad,"DisplayName",,"Microsoft XML Notepad 1.0"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\XML Notepad,"RequiresIESysFile",,"4.72.3110.3"
- HKLM,Software\Microsoft\Windows\CurrentVersion\App Paths\XMLPad.exe,"Path",,"%49000%\%DefaultXMLPadDir%"
- HKCR,.xml,,,"xmlfile"
- HKCR,xmlfile
- HKCR,xmlfile\Shell\Edit,,,"&Edit"
- HKCR,xmlfile\Shell\Edit\Command,,,"%49001%\XMLPad.exe ""%1"""
-
- ; save for automation
- ; HKCR,CLSID\%GUID%,,,%GUIDName%
- ; HKCR,CLSID\%GUID%\Version,,,%Version%
-